feat(pipeline): allow syncing blocks ontop of the proposed chain#21025
Merged
Maddiaa0 merged 19 commits intomerge-train/spartanfrom Mar 30, 2026
Merged
feat(pipeline): allow syncing blocks ontop of the proposed chain#21025Maddiaa0 merged 19 commits intomerge-train/spartanfrom
Maddiaa0 merged 19 commits intomerge-train/spartanfrom
Conversation
8de6157 to
31f941d
Compare
3a75fdb to
1ca98d8
Compare
Member
Author
This was referenced Mar 3, 2026
spalladino
reviewed
Mar 4, 2026
spalladino
reviewed
Mar 4, 2026
spalladino
reviewed
Mar 4, 2026
6a16e98 to
28a0520
Compare
Maddiaa0
commented
Mar 9, 2026
27f8a4b to
f5c6308
Compare
b1b1b14 to
ce0e422
Compare
f5c6308 to
ae6b651
Compare
ce0e422 to
d8b8d31
Compare
3a47fbf to
4bb6845
Compare
d8b8d31 to
6973d24
Compare
4bb6845 to
0e9b52e
Compare
0e9b52e to
dee426a
Compare
6973d24 to
21cdcd5
Compare
21cdcd5 to
9543a61
Compare
7802979 to
b371deb
Compare
spalladino
reviewed
Mar 26, 2026
yarn-project/sequencer-client/src/global_variable_builder/global_builder.ts
Show resolved
Hide resolved
bfccd52 to
69756aa
Compare
Maddiaa0
commented
Mar 27, 2026
spalladino
approved these changes
Mar 27, 2026
github-merge-queue bot
pushed a commit
that referenced
this pull request
Mar 30, 2026
BEGIN_COMMIT_OVERRIDE chore: setup snapshot retention rules (#22107) fix: add branding to Buffer16 and Buffer32 to prevent cross-type misuse (#22128) chore: (A-723) redact beacon api key in debug path (#22115) fix(archiver): use Buffer16.ZERO for rolling hash fallback in L1 synchronizer (#22133) feat(pipeline): allow syncing blocks ontop of the proposed chain (#21025) fix(logger): no arbitrary long logger module name (#22143) chore: setup workload identity for ESO (#22137) fix: Make test more robust to committee selection. (#22139) fix: handle error event on SSH agent socket to prevent Node crash (#22090) fix: disable SponsoredFPC on staging-public (#22150) fix(archiver): swallow error when rollup contract not yet finalized on L1 (#22156) chore: update dashboard (#22157) chore: switch testnet back to prod resource profile (#22159) chore: nightly scenario deployments should not be triggered by older images (#22148) END_COMMIT_OVERRIDE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Overview
Key contributions:
Adds a second p2p callback that separates what runs for all nodes / validator nodes
Testing
epochs_mbps.pipeline now expects 3 blocks per checkpoint, just like the original epochs_mbps test, now it is fully pipelined.
Upcoming